Skip to main content

playerPropertyAvailable

Type

message

Summary

Sent when sufficient information about a given property has become available.

Syntax

playerPropertyAvailable <pPropertyName>

Description

Handle the playerPropertyAvailable message when sufficient information about a given player property has become available so that information about that property can be accessed.

Parameters

NameTypeDescription

pPropertyName

enum

The name of the property that has become available. These properties can be:

Examples

on playerPropertyAvailable pPropertyName
if pPropertyName is "duration" then
answer "You can now query the length of the movie"
end if
end playerPropertyAvailable

message: playerFinished, playerError, playerLeaveFullscreen, playerStopped, playerProgressChanged, playerMovieChanged, playerEnterFullscreen

Compatibility and Support

Introduced

LiveCode 4.6

OS

ios

android

Platforms

mobile

Thank you for your feedback!

Was this page helpful?